Skip to content

docs(maintenance): fix install instructions & switch test runner #3030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 6, 2024

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR improves the README of the CDK example app in the repo by fixing the install instructions. The original instructions were not taking into account that the example is now part of the npm workspace which causes the dependencies to be rolled up into the root's node_modules folder.

The new instructions specify the correct install command so that dependencies are installed locally and clarifies the difference between the two setups.

While working on this, I also switched the test runner from Jest to vitest, which allowed us to remove several dev dependencies.

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #3029


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this Sep 6, 2024
@dreamorosi dreamorosi requested a review from a team September 6, 2024 10:40
@dreamorosi dreamorosi requested a review from a team as a code owner September 6, 2024 10:40
@boring-cyborg boring-cyborg bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation labels Sep 6, 2024
@pull-request-size pull-request-size bot added the size/L PRs between 100-499 LOC label Sep 6, 2024
@boring-cyborg boring-cyborg bot added the automation This item relates to automation label Sep 6, 2024
@dreamorosi dreamorosi changed the title docs(examples): fix install instructions & switch test runner docs(example): fix install instructions & switch test runner Sep 6, 2024
@dreamorosi dreamorosi changed the title docs(example): fix install instructions & switch test runner docs(maintenance): fix install instructions & switch test runner Sep 6, 2024
Copy link

sonarqubecloud bot commented Sep 6, 2024

@sthulb sthulb merged commit ad323ae into main Sep 6, 2024
12 checks passed
@sthulb sthulb deleted the docs/cdk_example_instructions branch September 6, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation This item relates to automation dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation size/L PRs between 100-499 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: fix install & deploy instructions for CDK example app
2 participants